'Declaration
<DescriptionAttribute("Stores arbitrary value that can be used to store optional information about the annotation")> Public Property Tag As String
[Description("Stores arbitrary value that can be used to store optional information about the annotation")] public string Tag {get; set;}
public read-write property Tag: String;
DescriptionAttribute("Stores arbitrary value that can be used to store optional information about the annotation") public function get,set Tag : String